home *** CD-ROM | disk | FTP | other *** search
/ The Ultimate Frank Lloyd…ght - America's Architect / Ultimate Frank Lloyd Wright, The - America's Architect (1994)(Microsoft Home).iso / pre / flw / flwww.dir / 00012_Script_12 < prev    next >
Text File  |  1994-11-15  |  1KB  |  47 lines

  1. on startMovie
  2.   global nowFrame, lastFrame, currMM
  3.   global horNess, dialogOn 
  4.   global seeAlsoNess
  5.   set seeAlsoNess = FALSE
  6.   set dialogOn = FALSE
  7.   set currMM = "FLWMM"
  8.   set nowFrame = "chmai000000n°°"
  9.   puppetSprite 21, TRUE
  10.   puppetSprite 22, TRUE
  11.   puppetSprite 23, TRUE
  12.   puppetSprite 3, TRUE
  13.   puppetSprite 4, TRUE
  14.   puppetSprite 5, TRUE
  15.   set the stretch of sprite 23 to FALSE
  16.   set the immediate of sprite 23 to TRUE
  17. end startMovie
  18.  
  19. on saveLocals
  20.   global lastFrame, nowFrame, lastMovie
  21.   set lastMovie = "FLWWW"
  22.   set lastFrame = nowFrame
  23. end saveLocals
  24.  
  25. on buttonState
  26.   global FrankNav, bFlag
  27.   rollCheck
  28.   if (the mouseV > 400) or bFlag = TRUE then
  29.     doState
  30.   end if
  31. end buttonState
  32.  
  33. on rollCheck
  34.   if rollover(3) then
  35.     set the castNum of sprite 3 to the number of cast "CHUP"
  36.     set the castNum of sprite 4 to the number of cast "ATDN"
  37.     set the castNum of sprite 5 to the number of cast "DEDN"
  38.   else if rollover(4) then
  39.     set the castNum of sprite 3 to the number of cast "CHDN"
  40.     set the castNum of sprite 4 to the number of cast "ATUP"
  41.     set the castNum of sprite 5 to the number of cast "DEDN"
  42.   else if rollover(5) then
  43.     set the castNum of sprite 3 to the number of cast "CHDN"
  44.     set the castNum of sprite 4 to the number of cast "ATDN"
  45.     set the castNum of sprite 5 to the number of cast "DEUP"
  46.   end if
  47. end rollCheck